home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 January
/
CHIP Turkiye Ocak 1998.iso
/
ARACLAR
/
TF95140
/
TEKFCT95.EXE
/
0
/
RCDATA
/
TTABABOUT
/
TTABABOUT.txt
< prev
Wrap
Text File
|
1997-07-12
|
1KB
|
70 lines
object tabAbout: TtabAbout
Left = 402
Top = 172
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 213
ClientWidth = 298
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 281
Height = 161
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 65
Height = 57
Picture.Data = {<image000.ico>}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 88
Top = 16
Width = 51
Height = 13
Caption = 'NetCheck '
IsControl = True
end
object Version: TLabel
Left = 88
Top = 40
Width = 53
Height = 13
Caption = 'Version 1.1'
IsControl = True
end
object Copyright: TLabel
Left = 8
Top = 80
Width = 186
Height = 13
Caption = 'Copyright John Penman, February 1997'
IsControl = True
end
end
object OKButton: TButton
Left = 111
Top = 180
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
end